home *** CD-ROM | disk | FTP | other *** search
/ Treccani Italiana Di Scienze Lettere Ed Arti / [Enciclopedia] Treccani Italiana di scienze lettere ed arti.iso / pc / data / xxi_appendice_dvd.swf / scripts / DefineButton2_684 / BUTTONCONDACTION on(release).as next >
Text File  |  2007-11-08  |  190b  |  8 lines

  1. on(release){
  2.    _parent[_parent.spicchio].gotoAndPlay("rollout");
  3.    _parent.spicchio = this._name;
  4.    gotoAndStop("selected");
  5.    play();
  6.    _parent.onCategoriaChange(this._name);
  7. }
  8.